projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f33b3
)
Add an ldefs-boot.el target to the Makefile
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 1 Dec 2021 03:54:20 +0000
(
04:54
+0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 1 Dec 2021 03:55:18 +0000
(
04:55
+0100)
* lisp/Makefile.in (ldefs-boot.el): Add a target to regenerate the
ldefs-boot.el file.
lisp/Makefile.in
patch
|
blob
|
history
diff --git
a/lisp/Makefile.in
b/lisp/Makefile.in
index 60d1d10e5b2c1ae8f11315d052ed7f391621b9a7..4380a3bdb6e589c7366fb582de5105a20604facb 100644
(file)
--- a/
lisp/Makefile.in
+++ b/
lisp/Makefile.in
@@
-205,6
+205,9
@@
autoloads-force:
rm -f $(lisp)/loaddefs.el
$(MAKE) autoloads
+ldefs-boot.el: autoloads-force
+ cp $(lisp)/loaddefs.el $(lisp)/ldefs-boot.el
+
# This is required by the bootstrap-emacs target in ../src/Makefile, so
# we know that if we have an emacs executable, we also have a subdirs.el.
$(lisp)/subdirs.el: